projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
424c268
)
(filesets-ingroup-collect-files):
author
Richard M. Stallman
<rms@gnu.org>
Sun, 5 May 2002 01:43:53 +0000
(
01:43
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 5 May 2002 01:43:53 +0000
(
01:43
+0000)
fix problem with inclusion groups' :scan-depth property
lisp/filesets.el
patch
|
blob
|
history
diff --git
a/lisp/filesets.el
b/lisp/filesets.el
index 00d9e0b62729fedbe2162977ee98604d60c07bd5..0195d70d64c052375d5c67dfa78feaebaaf32ead 100644
(file)
--- a/
lisp/filesets.el
+++ b/
lisp/filesets.el
@@
-2006,8
+2006,8
@@
LOOKUP-NAME is used as lookup name for retrieving fileset specific settings."
((not this-patt)
(filesets-error 'error "Filesets: malformed :ingroup definition "
this-def))
- ((<
=
this-sd 0)
-
(setq rv (nconc rv `(((,master ,this-name)))))
)
+ ((< this-sd 0)
+
nil
)
(t
(with-temp-buffer
(insert-file-contents master)